ChartsPerLine Property (FlexPieBase<T>)
In This Topic
Gets or sets the maximal number of charts per line.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(0)>
Public Property ChartsPerLine As System.Integer
'Usage
Dim instance As FlexPieBase(Of T)
Dim value As System.Integer
instance.ChartsPerLine = value
value = instance.ChartsPerLine
[System.ComponentModel.DefaultValue(0)]
public System.int ChartsPerLine {get; set;}
public read-write property ChartsPerLine: System.Integer;
System.ComponentModel.DefaultValueAttribute(0)
public function get,set ChartsPerLine : System.int
[System.ComponentModel.DefaultValue(0)]
public: __property System.int get_ChartsPerLine();
public: __property void set_ChartsPerLine(
System.int value
);
[System.ComponentModel.DefaultValue(0)]
public:
property System.int ChartsPerLine {
System.int get();
void set ( System.int value);
}
See Also